#include <complex_operators.hpp>
Public Member Functions | |
T | operator() (const T &x) const |
template<> | |
RealType | operator() (const RealType &x) const |
template<> | |
ComplexType | operator() (const ComplexType &x) const |
ComplexType gridpack::math::conjugate_value< ComplexType >::operator() | ( | const ComplexType & | x | ) | const |
RealType gridpack::math::conjugate_value< RealType >::operator() | ( | const RealType & | x | ) | const |
T gridpack::math::conjugate_value< T >::operator() | ( | const T & | x | ) | const [virtual] |
Implements gridpack::math::base_unary_function< T >.